Move the import for XendError, and use a bare import, not a from...import.
authoremellor@ewan <emellor@ewan>
Mon, 3 Oct 2005 15:33:09 +0000 (16:33 +0100)
committeremellor@ewan <emellor@ewan>
Mon, 3 Oct 2005 15:33:09 +0000 (16:33 +0100)
commit81fd7244f529fcd3295befa8280ccf9669b2b09a
treeb75cca4f639274b9b5eb6d96a56bbe7e17dffe00
parent54795b5c539f1e837557ef3d535d2e45f4ec978f
Move the import for XendError, and use a bare import, not a from...import.
This should silence the error message when the program is terminated during
startup.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xm/main.py